home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 MB Nyheder Direkte fra Internet 11
/
500 MB nyheder direkte fra internet CD 11.iso
/
start
/
install
/
windows
/
w32s115a
/
makefile
< prev
next >
Wrap
Makefile
|
1994-04-29
|
613b
|
27 lines
NODEBUG = 1
!include <ntwin32.mak>
all: whello.exe
OBJS = whello.OBJ
mycvarsdll = -Os $(cvarsdll) -Os -Gf /G3
WHELLO_DEP =
WHELLO.OBJ: WHELLO.CPP $(WHELLO_DEP)
$(cc) $(cflags) $(cdebug) $(mycvarsdll) WHELLO.CPP
res.RES: WHELLO.RC $(WHELLO_RCDEP)
$(rc) -dWIN32 -r -fo res.tmp WHELLO.rc
$(cvtres) -$(CPU) res.tmp -o res.res
del res.tmp
WHELLO.exe: $(OBJS) WHELLO.def res.res
$(cvtobj) $(cvtdebug) *.obj
$(link) $(linkdebug) $(guiflags) -out:WHELLO.exe \
$(OBJS) res.res $(guilibsdll) shell32.lib mpr.lib \
winmm.lib advapi32.lib